home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
1,000+ Great Games
/
1_1000 Games.iso
/
DOSGAMES
/
BOGGLE.ZIP
/
SOURCE.ZIP
/
LASTSQ.HPP
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-03-03
|
268 b
|
29 lines
#include "common.hpp"
class LastSquare;
class LastSquare
{
int row, col;
public :
LastSquare();
int isValidSquare (int x, int y);
void setSquare (int x, int y);
void reSetSquare ();
} ;